Reflect the last change in the docs.
authorMatthias Clasen <maclas@gmx.de>
Sat, 26 Jun 2004 04:05:25 +0000 (04:05 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 26 Jun 2004 04:05:25 +0000 (04:05 +0000)
Sat Jun 26 00:04:36 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkentrycompletion.c (gtk_entry_completion_set_model):
* gtk/gtkcombobox.c (gtk_combo_box_set_model): Reflect the
last change in the docs.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkcombobox.c
gtk/gtkentrycompletion.c

index fd57a6c1cd88e554bad4aca8067dd2d46de77c2d..8c29953e0e879a34a74f55b3ef9dda5a90b93399 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sat Jun 26 00:04:36 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkentrycompletion.c (gtk_entry_completion_set_model): 
+       * gtk/gtkcombobox.c (gtk_combo_box_set_model): Reflect the 
+       last change in the docs.
+
 Fri Jun 25 23:35:42 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkentrycompletion.c (gtk_entry_completion_set_model):
index fd57a6c1cd88e554bad4aca8067dd2d46de77c2d..8c29953e0e879a34a74f55b3ef9dda5a90b93399 100644 (file)
@@ -1,3 +1,9 @@
+Sat Jun 26 00:04:36 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkentrycompletion.c (gtk_entry_completion_set_model): 
+       * gtk/gtkcombobox.c (gtk_combo_box_set_model): Reflect the 
+       last change in the docs.
+
 Fri Jun 25 23:35:42 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkentrycompletion.c (gtk_entry_completion_set_model):
index fd57a6c1cd88e554bad4aca8067dd2d46de77c2d..8c29953e0e879a34a74f55b3ef9dda5a90b93399 100644 (file)
@@ -1,3 +1,9 @@
+Sat Jun 26 00:04:36 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkentrycompletion.c (gtk_entry_completion_set_model): 
+       * gtk/gtkcombobox.c (gtk_combo_box_set_model): Reflect the 
+       last change in the docs.
+
 Fri Jun 25 23:35:42 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkentrycompletion.c (gtk_entry_completion_set_model):
index fd57a6c1cd88e554bad4aca8067dd2d46de77c2d..8c29953e0e879a34a74f55b3ef9dda5a90b93399 100644 (file)
@@ -1,3 +1,9 @@
+Sat Jun 26 00:04:36 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkentrycompletion.c (gtk_entry_completion_set_model): 
+       * gtk/gtkcombobox.c (gtk_combo_box_set_model): Reflect the 
+       last change in the docs.
+
 Fri Jun 25 23:35:42 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkentrycompletion.c (gtk_entry_completion_set_model):
index 7dc08dcf863620016da84f0060b3b57d9306352d..2e286dbda6681ef2f9e9bed3d839b8b3e810f1f0 100644 (file)
@@ -3519,6 +3519,7 @@ gtk_combo_box_set_active_iter (GtkComboBox     *combo_box,
  *
  * Sets the model used by @combo_box to be @model. Will unset a
  * previously set model (if applicable).
+ * If model is %NULL, then it will unset the model.
  *
  * Since: 2.4
  */
index 35a1470489123a5df03268cf67e139071a81a13a..26a25841287adbf4668507b2dbef604397820c3b 100644 (file)
@@ -819,6 +819,7 @@ gtk_entry_completion_get_entry (GtkEntryCompletion *completion)
  *
  * Sets the model for a #GtkEntryCompletion. If @completion already has
  * a model set, it will remove it before setting the new model.
+ * If model is %NULL, then it will unset the model.
  *
  * Since: 2.4
  */